home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / other / jikes / jikes020-060.readme < prev    next >
Text File  |  1999-05-14  |  2KB  |  43 lines

  1. Short:    Fast Java compiler,v.047 (68020-060,FPU)
  2. Author:   Philippe Charles and David Shields, IBM Research.
  3. Uploader: kyrimis@cti.gr (Kriton Kyrimis)
  4. Version:  0.47
  5. Type:     dev/lang
  6.  
  7. This is a native Amiga port (no ixemul.library required) of jikes, the
  8. free Java compiler from IBM, compiled for a 68020-68060 with an FPU.
  9.  
  10. REQUIREMENTS:
  11. * An Amiga with a 68020 or higher processor, a working FPU, and enough memory
  12.   to run the program.
  13. * The Java run-time classes (e.g., those from Sun, or from Kaffe).
  14.  
  15. INSTALLATION:
  16. Simply copy the jikes executable somewhere in your path.
  17.  
  18. USAGE:
  19. Set either the CLASSPATH or the JIKESPATH environment variable to point
  20. to the directories and zip/jar files that you want your compiler to use.
  21. E.g., if you are using Kaffe, you can say:
  22. setenv CLASSPATH "GG:share/kaffe/Klasses.jar;GG:share/kaffe/Pizza.jar;."
  23. Separate the path components using semicolons. You can use UNIX "." and ".."
  24. notation for the current directory and for the parent directory of a
  25. directory.
  26.  
  27. If you find a bug in the Amiga port, you can contact me at kyrimis@cti.gr
  28. and I'll see what I can do.
  29.  
  30. Kriton Kyrimis.
  31.  
  32. ******************************************************************************
  33. This product includes software developed by IBM Corp. as part of
  34. the IBM Research Jikes Compiler Project, http://www.ibm.com/research/jikes.
  35.  
  36. This software is subject to the terms of the IBM Jikes Compiler
  37. License Agreement available at the following URL:
  38. http://www.ibm.com/research/jikes. Copyright (C) 1996, 1999,
  39. International Business Machines Corporation and others. All Rights
  40. Reserved. You must accept the terms of that agreement to use this
  41. software.
  42. ******************************************************************************
  43.